home *** CD-ROM | disk | FTP | other *** search
/ Ultra Mac Games 1 & 2 / UltraMacGames1.iso / Adventure / Homicide Investigation 1.0 / background_25583.txt < prev    next >
Text File  |  1990-07-15  |  3KB  |  146 lines

  1. -- background: 25583 from stack: in.0
  2. -- bmap block id: 14154
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Manual
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 5 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=213 top=293 right=318 bottom=240
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1014 / 1014
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Prev
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe right
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 6 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=273 top=293 right=318 bottom=300
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 1013 / 1013
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   visual effect wipe left
  47.   go to next card
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 9 (field)
  53. -- low flags: 01
  54. -- high flags: 0000
  55. -- rect: left=29 top=37 right=294 bottom=239
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 3
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Manual Page Left
  64.  
  65.  
  66. -- part 12 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=446 top=293 right=321 bottom=483
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 1012 / 1012
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Return
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   visual effect iris close
  81.   go to card "Office"
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 13 (field)
  87. -- low flags: 01
  88. -- high flags: 0000
  89. -- rect: left=274 top=37 right=294 bottom=484
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 3
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Manual Page Right
  98.  
  99.  
  100. -- part 14 (field)
  101. -- low flags: 01
  102. -- high flags: 0000
  103. -- rect: left=119 top=297 right=315 bottom=150
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 3
  108. -- text size: 12
  109. -- style flags: 256
  110. -- line height: 16
  111. -- part name: 
  112.  
  113.  
  114. -- part 15 (field)
  115. -- low flags: 01
  116. -- high flags: 0000
  117. -- rect: left=361 top=297 right=315 bottom=392
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 3
  122. -- text size: 12
  123. -- style flags: 256
  124. -- line height: 16
  125. -- part name: 
  126.  
  127.  
  128. -- part 16 (button)
  129. -- low flags: 00
  130. -- high flags: 2000
  131. -- rect: left=9 top=241 right=296 bottom=24
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Contents
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   visual effect wipe right
  143.   go to card 1 of background "Manual"
  144. end mouseUp
  145.  
  146.